home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / lan_nov / slog120.zip / SLOGNOTE.DOC < prev    next >
Text File  |  1996-01-31  |  3KB  |  88 lines

  1.  
  2.       SLogNote 1.10 - Documentation
  3.       (c) Copyright 1995-96, Paradigm Software, All Rights Reserved
  4.  
  5.       Introduction
  6.  
  7.        SLogNote is a utility that will log notes to a file. SLogNote         
  8.        writes the date, time, node address, user name and a message that          
  9.        you specify to this file.  This utility works with Novell Netware         
  10.        3.x networks.
  11.  
  12.        SLogNote was designed as a complimentary utility for our LogNote
  13.        product.  The "S" stands for Secure.  SLogNote's log files are not
  14.        ASCII viewable.  The information written is by SLogNote is scrambled
  15.        so that a casual user may not review the log file.  In some cases,
  16.        the network administrator may not wish users to see the contents.
  17.        Since read/write rights are required in order for the utility to
  18.        work, LogNote would allow the end-user to review the logfile.
  19.        SLogNote will not.
  20.  
  21.        Since the file is scrambled, please be aware that any corruption
  22.        that occurs to the file is likely to ruin any chance you have of
  23.        reviewing that section of the log.
  24.  
  25.       Shareware
  26.  
  27.        SLogNote is distributed in a shareware format.  Registered users
  28.        receive a version without the demo notice.
  29.  
  30.       Usage
  31.  
  32.          SLOGNOTE <File> <Message>
  33.  
  34.          <File> is the log file name, with or without a DOS path
  35.          <Message> is the message you wish to log
  36.  
  37.          SLogNote will add the following information to the log file
  38.          with the message:  Date, Time, Node Address, Novell User Name
  39.  
  40.       Examples
  41.  
  42.          SLOGNOTE f:\login\in.txt "User logged into network"
  43.  
  44.          The above example might be called from the system login script to
  45.          record when users actually login to the network.
  46.  
  47.       Translation of Logfiles
  48.  
  49.          Three utilties are provided to help the administrator translate
  50.          the log files.
  51.  
  52.          SXLATE translate the log file into ASCII text.  For example,
  53.          SXLATE logfile.log ascii.log will create ascii.log which is
  54.          human readable.
  55.  
  56.          SXLATECD translate the log file into an ASCII comma delimited
  57.          file.  For example, SXLATECD logfile.log ascii.cd will create 
  58.          ascii.cd which can be imported into any program supporting 
  59.          comma delimited files.
  60.  
  61.          SXBACK translate the log file into ASCII text.  For example,
  62.          SXBACK logfile.log ascii.log will create ascii.log which is
  63.          human readable.  SXBACK starts at the bottom of the file and
  64.          works backwards towards the top.  This way, you may still
  65.          translate portions of a file that have been corrupted.
  66.  
  67.       Return Codes
  68.  
  69.           0  - All OK
  70.           1  - Incorrect number of parameters
  71.           2  - Could not open/create log file
  72.  
  73.       Additional Information
  74.  
  75.          We will continue to post additional translation and reporting
  76.          utilities on our BBS for our clients.  Custom versions are also
  77.          available.  Drop us a note on our BBS at 703-450-0875.
  78.  
  79.  
  80.       Company Contact
  81.  
  82.          Paradigm Software
  83.          P.O. Box 1609
  84.          Sterling, VA  20167
  85.          (703) 450-0829
  86.          (703) 450-2683  FAX
  87.          (703) 450-0875  BBS 
  88.